home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / archvrs / msdos / zip19pix / readme next >
Encoding:
Text File  |  1992-08-28  |  4.5 KB  |  95 lines

  1. Copyright (C) 1990-1992 Mark Adler, Richard B. Wales, Jean-loup Gailly,
  2. Kai Uwe Rommel and Igor Mandrichenko.
  3. Permission is granted to any individual or institution to use, copy, or
  4. redistribute this software so long as all of the original files are included
  5. unmodified, that it is not sold for profit, and that this copyright notice
  6. is retained.
  7.  
  8.  
  9. Zip 1.9 is a compression and file packaging utility.  It is compatible
  10. with PKZIP 1.93a (Phil Katz ZIP) for MSDOS systems.  There is a
  11. companion to zip called unzip (of course) which you should be able to
  12. find the same place you got zip. This package (zip19p1x.zip) contains
  13. only the MSDOS executables and documentation for zip 1.9 patch level 1.
  14. See the file 'Where' for access to the source, and details on ftp sites
  15. and mail servers.
  16.  
  17. This version of zip has been ported to a wide array of Unix and other
  18. mainframes, minis, and micros including VMS, OS/2, Minix, MSDOS,
  19. Windows NT, Atari, and Macintosh (the latter two have not been tested
  20. recently).  Although highly compatible with PKware's PKZIP and PKUNZIP
  21. utilities of MSDOS fame, our primary objective has been one of
  22. portability and other-than-MSDOS functionality.  Features not found in
  23. the PKWare version include creation of zip files in a pipe or on a
  24. device, VMS and OS/2 extended file attributes, conversion from Unix to
  25. MSDOS text file format; and, of course, the ability to run on most of
  26. your favorite operating systems. And it's free.
  27.  
  28. Contents:
  29.  
  30. Readme        This file
  31. Where           where Zip/UnZip and encryption/decryption support can be found
  32. zip.doc         Documentation for zip 1.9, zipnote and zipsplit.
  33. zip.exe        MSDOS executable for zip 1.9
  34. zipnote.exe    MSDOS exe for zipnote (edit zip file comments)
  35. zipsplit.exe    MSDOS exe for zipsplit (split a zip file into several files)
  36. zipinfo.doc    Documentation for zipinfo
  37. zipinfo.exe    MSDOS exe for zipinfo (list detailed information about a ZIP
  38.                 archive file)
  39.  
  40. For command help on any of the zip* utilities, simply enter the name
  41. with no arguments.
  42.  
  43. The file zip.exe provided here does not support encryption because
  44. of the US export regulations. You can build one yourself from source.
  45. See the file 'Where' for access to the source of zip and its encryption
  46. code.
  47.  
  48. All bug reports should go to zip-bugs@cs.ucla.edu, and suggestions for
  49. new features can be sent to info-zip@cs.ucla.edu (although we don't
  50. promise to use all suggestions).
  51.  
  52. If you'd like to keep up to date with our zip (and companion unzip utility)
  53. development, join the ranks of BETA testers, add your own thoughts and
  54. contributions, etc., send your request to Info-ZIP-Request@cs.ucla.edu and 
  55. you will be added to the Info-ZIP newsletter mailing list.
  56.  
  57.  
  58. IMPORTANT NOTES:
  59.  
  60. - pkzip 1.93a is only an alpha version (see historical notes below). If
  61.   you wish to create zip files compatible with the official version of
  62.   pkzip (1.10), you must use zip 1.0. zip 1.9 cannot create files
  63.   with the old compression method (implosion).
  64.  
  65. - zip 1.9 is is compatible with pkzip 1.93a, except when two features
  66.   are used: encryption or zip file created in a pipe or on a non
  67.   seekable device. pkzip versions of 2.0 will support such files, and
  68.   unzip 5.0 already supports them. (Thanks to Phil Katz for accepting
  69.   our suggested minor changes to the zip file format.)
  70.  
  71. - Please read the file zip.doc, and in particular its list of known bugs
  72.   at the end.
  73.  
  74. Historical notes:
  75.  
  76. At the time of release of zip 1.9, the official released version of
  77. PKZIP is version 1.10. PKZIP 1.93a is only an alpha version, which was
  78. released in October 1991. It was supposed to be replaced soon after
  79. with an official release of pkzip 2.0.  However, Phil Katz has not yet
  80. announced a release date at the time of writing (Aug 28th, 1992).
  81.  
  82. Beta versions of zip compatible with pkzip 1.93a have been available
  83. since February 1992 to the info-zip group (see the file 'history').
  84. The zip authors would have preferred to release zip 2.0 only after
  85. pkzip 2.0(*), to ensure full compatibility in case of archive format
  86. changes between pkzip 1.93a and 2.0. However we feel that we cannot
  87. delay any further the release of zip 1.9, since all the major features
  88. that we wanted to put in are now available and well tested by the
  89. info-zip group.
  90.  
  91. (*) The version number for the new pkzip was planned to be 2.00, but may
  92.     be increased to a number greater than 2.2 to prevent confusion with
  93.     several bogus versions, which may destroy all the data on your hard
  94.     disk if you run them.
  95.